projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
fb73974
fa6177a
)
Auto merge of #2153 - carlosgaldino:cg-fix-uninstall, r=alexcrichton
author
bors
<bors@rust-lang.org>
Thu, 19 Nov 2015 18:32:10 +0000
(18:32 +0000)
committer
bors
<bors@rust-lang.org>
Thu, 19 Nov 2015 18:32:10 +0000
(18:32 +0000)
With this patch users can type `cargo help uninstall` or `cargo
uninstall -h` and it will display the `USAGE` message as it was supposed to.
Before the patch the command would display an error message about
invalid arguments.
Fixes #2138.
I also updated the man page.
Trivial merge